Initializes a new instance of the
C1DelegateList<T> class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Func(Of Integer), _
ByVal As System.Func(Of Integer,T) _
)
public C1DelegateList<T>(
System.Func<int> ,
System.Func<int,T>
)
パラメータ
- getCount
- Function that returns the number of items.
- select
- The select function used to get the items.
参照